SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.framework.util
Class APDUException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjp.co.ricoh.dsdk.scard.framework.SCardException
                  extended byjp.co.ricoh.dsdk.scard.framework.util.APDUException
All Implemented Interfaces:
java.io.Serializable

public class APDUException
extends SCardException

This is an exception class that is thrown by APDU class when it detects an improper operation.

See Also:
Serialized Form

Constructor Summary
APDUException()
           Constructs an exception class with no message.
APDUException(java.lang.String message)
           Constructs an exception class with a message.
APDUException(java.lang.Throwable e)
           Constructs an exception class with a message; the message shows the parent exception class and error details.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

APDUException

public APDUException()
Constructs an exception class with no message.


APDUException

public APDUException(java.lang.String message)
Constructs an exception class with a message.

Parameters:
message - an error description.

APDUException

public APDUException(java.lang.Throwable e)
Constructs an exception class with a message; the message shows the parent exception class and error details.

Parameters:
e - a parent exception class.

SDK/J Authentication Package ver1.0
RICOH Confidential